type net/http.http2stream
26 uses
net/http (current package)
h2_bundle.go#L4086: streams: make(map[uint32]*http2stream),
h2_bundle.go#L4239: streams map[uint32]*http2stream
h2_bundle.go#L4287: type http2stream struct {
h2_bundle.go#L4321: func (sc *http2serverConn) state(streamID uint32) (http2streamState, *http2stream) {
h2_bundle.go#L4733: func (sc *http2serverConn) writeDataFromHandler(stream *http2stream, data []byte, endStream bool) error {
h2_bundle.go#L5243: func (sc *http2serverConn) closeStream(st *http2stream, err error) {
h2_bundle.go#L5485: func (st *http2stream) isPushed() bool {
h2_bundle.go#L5491: func (st *http2stream) endStream() {
h2_bundle.go#L5507: func (st *http2stream) copyTrailersToHandlerRequest() {
h2_bundle.go#L5518: func (st *http2stream) onWriteTimeout() {
h2_bundle.go#L5637: func (st *http2stream) processTrailerHeaders(f *http2MetaHeadersFrame) error {
h2_bundle.go#L5689: func (sc *http2serverConn) newStream(id, pusherID uint32, state http2streamState) *http2stream {
h2_bundle.go#L5696: st := &http2stream{
h2_bundle.go#L5726: func (sc *http2serverConn) newWriterAndRequest(st *http2stream, f *http2MetaHeadersFrame) (*http2responseWriter, *Request, error) {
h2_bundle.go#L5796: func (sc *http2serverConn) newWriterAndRequestNoBody(st *http2stream, rp http2requestParam) (*http2responseWriter, *Request, error) {
h2_bundle.go#L5919: func (sc *http2serverConn) writeHeaders(st *http2stream, headerData *http2writeResHeaders) error {
h2_bundle.go#L5951: func (sc *http2serverConn) write100ContinueHeaders(st *http2stream) {
h2_bundle.go#L5961: st *http2stream
h2_bundle.go#L5968: func (sc *http2serverConn) noteBodyReadFromHandler(st *http2stream, n int, err error) {
h2_bundle.go#L5978: func (sc *http2serverConn) noteBodyRead(st *http2stream, n int) {
h2_bundle.go#L5989: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {
h2_bundle.go#L6005: func (sc *http2serverConn) sendWindowUpdate32(st *http2stream, n int32) {
h2_bundle.go#L6036: stream *http2stream
h2_bundle.go#L6090: stream *http2stream
h2_bundle.go#L6575: parent *http2stream
h2_bundle.go#L10150: stream *http2stream